home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Maverick v4.01.adf / Devs / MountList next >
Text File  |  1992-03-06  |  1KB  |  61 lines

  1. NEWCON: 
  2.     Handler = L:Newcon-Handler
  3.     Priority = 5
  4.     StackSize = 1000
  5. #
  6. AUX:
  7.     Handler = L:Aux-Handler
  8.     Stacksize = 1000
  9.     Priority = 5
  10. #
  11. PIPE:      
  12.     Handler = L:Pipe-Handler
  13.     Stacksize = 6000
  14.     Priority = 5
  15.     GlobVec = -1
  16. #
  17. RAD:       Device = ramdrive.device
  18.            Unit   = 0
  19.            Flags  = 0
  20.            Surfaces  = 2
  21.            BlocksPerTrack = 11
  22.            Reserved = 2
  23.            Interleave = 0
  24.            LowCyl = 0  ;  HighCyl = 79
  25.            Buffers = 5
  26.            BufMemType = 1
  27. #
  28. DF2:       Device = trackdisk.device
  29.            Unit   = 2
  30.            Flags  = 1
  31.            Surfaces  = 2
  32.            BlocksPerTrack = 11
  33.            Reserved = 2
  34.            Interleave = 0
  35.            LowCyl = 0  ;  HighCyl = 79
  36.            Buffers = 20
  37.            BufMemType = 3
  38. #
  39. DF1:       Device = trackdisk.device
  40.            Unit   = 2
  41.            Flags  = 1
  42.            Surfaces  = 2
  43.            BlocksPerTrack = 11
  44.            Reserved = 2
  45.            Interleave = 0
  46.            LowCyl = 0  ;  HighCyl = 79
  47.            Buffers = 20
  48.            BufMemType = 3
  49. #
  50. DF3:       Device = trackdisk.device
  51.            Unit   = 2
  52.            Flags  = 1
  53.            Surfaces  = 2
  54.            BlocksPerTrack = 11
  55.            Reserved = 2
  56.            Interleave = 0
  57.            LowCyl = 0  ;   HighCyl = 39
  58.            Buffers = 20
  59.            BufMemTyoe = 3
  60. #
  61.